.SScontent {
    display: flex;
    flex-direction: column;
  }
.gutter {
    position: relative;
    cursor: s-resize;
    height: 15px !important;
    width: 100%;
    background: #6e84a3; 
    background-image:url();   
    border-left:0px solid rgb(230, 236, 240); border-right:0px solid rgb(230, 236, 240);
  }
/* .mytextwithicon {
    position:relative;
  }     */
.gutter-vertical:before {
    content: "\f7a4";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Pro";
    left:calc(50%);
    position:absolute;
    top:calc(-48%);
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
 }